home *** CD-ROM | disk | FTP | other *** search
- Unit CIA;
-
- Interface
- Uses Exec;
-
- Type
- pInterrupt = ^tInterrupt;
- pLibrary = ^tLibrary;
-
-
- Var
- CiaBase: pLibrary;
-
-
- Const
- CIAANAME = 'ciaa.resource';
- CIABNAME = 'ciab.resource';
-
-
- Function AddICRVector
- (iCRBit: Integer;
- interrupt: pInterrupt): pInterrupt;
-
- Procedure RemICRVector
- (iCRBit: Integer;
- interrupt: pInterrupt);
-
- Function AbleICR (mask: Integer): Integer;
- Function SetICR (mask: Integer): Integer;
-
-
- End.
-